indirection operator meaning in Chinese
间接算符
Examples
- You cannot apply the indirection operator to a pointer of type
类型的指针应用间接寻址运算符。 - The dereference operator is also known as the indirection operator
取消引用运算符也称为间接寻址运算符。 - Applying the indirection operator to a null pointer results in an implementation - defined behavior
如果将间接寻址运算符应用于null指针,则会导致由实现定义的行为。 - The pointer indirection operator can be used to access the contents at the location pointed to by the pointer variable
指针间接寻址运算符*可用于访问位于指针变量所指向的位置的内容。